home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / printc.h < prev    next >
C/C++ Source or Header  |  2007-03-01  |  859b  |  24 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    printc.h
  12.  *        Global declarations for print.c.
  13.  */
  14.  
  15. extern Boolean fprint_screen(FILE *f, Boolean even_if_empty);
  16. extern void PrintText_action(Widget w, XEvent *event, String *params,
  17.     Cardinal *num_params);
  18. extern void PrintWindow_action(Widget w, XEvent *event, String *params,
  19.     Cardinal *num_params);
  20. extern void print_text_option(Widget w, XtPointer client_data,
  21.     XtPointer call_data);
  22. extern void print_window_option(Widget w, XtPointer client_data,
  23.     XtPointer call_data);
  24.